func runtime.addspecial
5 uses
runtime (current package)
mgc.go#L1911: if !addspecial(p, &s.special) {
mheap.go#L1858: func addspecial(p unsafe.Pointer, s *special) bool {
mheap.go#L1971: if addspecial(p, &s.special) {
mheap.go#L2159: if addspecial(p, &s.special) {
mheap.go#L2254: if !addspecial(p, &s.special) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |